home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / M08CHBKG.DXR / 00131.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  170 b   |  10 lines

  1. on mouseDown
  2.   puppetSprite(39, 1)
  3.   set the castNum of sprite 39 to cast "ok hilite"
  4.   updateStage()
  5.   wait()
  6.   puppetSprite(39, 0)
  7.   updateStage()
  8.   drawPaperEnd()
  9. end
  10.